adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Range<T> Class / Range<T> Constructor / Range<T> Constructor(Nullable<T>,Nullable<T>,String)
The starting (minimum) value for the range.
The ending (maximum) value for the range.
The separator to use between range values in string representations


In This Topic
    Range<T> Constructor(Nullable<T>,Nullable<T>,String)
    In This Topic
    Creates a new Range for the specified start and end values
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As Nullable(Of T), _
       ByVal end As Nullable(Of T), _
       ByVal rangeSeparator As String _
    )

    Parameters

    start
    The starting (minimum) value for the range.
    end
    The ending (maximum) value for the range.
    rangeSeparator
    The separator to use between range values in string representations
    See Also